Class com.symantec.itools.swing.JToolBarSeparator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.JToolBarSeparator

Object
   |
   +----Component
           |
           +----com.symantec.itools.swing.JToolBarSeparator

public class JToolBarSeparator
extends Component

Constructor Index

 o com.symantec.itools.swing.JToolBarSeparator()
Create the separator

Method Index

 o getMaximumSize()
Return the maximum size for the separator
 o getMinimumSize()
Return the minimum size for the separator
 o getPreferredSize()
Return the preferred size for the separator

Constructors

 o JToolBarSeparator
public JToolBarSeparator()
Create the separator

Methods

 o getMaximumSize
public java.awt.Dimension getMaximumSize()
Return the maximum size for the separator

Returns:
the Dimension object containing the separator's maximum size
Overrides:
getMaximumSize in class Component
 o getMinimumSize
public java.awt.Dimension getMinimumSize()
Return the minimum size for the separator

Returns:
the Dimension object containing the separator's minimum size
Overrides:
getMinimumSize in class Component
 o getPreferredSize
public java.awt.Dimension getPreferredSize()
Return the preferred size for the separator

Returns:
the Dimension object containing the separator's preferred size
Overrides:
getPreferredSize in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index